home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / freaky-fun.swf / scripts / frame_39 / PlaceObject2_313_78 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-07  |  133 b   |  9 lines

  1. onClipEvent(enterFrame){
  2.    _Y = _Y - speeg;
  3.    speeg -= 1.5;
  4.    if(_Y + 50 > 250)
  5.    {
  6.       speeg = random(9) + 16;
  7.    }
  8. }
  9.